home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / HippoDraw / HippoDrawSrc1.1 / Hippo.subproj / PSGraphic.h < prev    next >
Encoding:
Text File  |  1992-04-25  |  140 b   |  12 lines

  1. #import "Graphic.h"
  2.  
  3. @interface PSGraphic : Graphic
  4. {
  5.     NXStream *newStream;
  6. }
  7.  
  8. - replaceWithImage;
  9. - read:(NXTypedStream *)stream;
  10.  
  11. @end
  12.